home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMPROGRESS / TFORMPROGRESS.txt
Text File  |  2005-05-31  |  2KB  |  109 lines

  1. object formProgress: TformProgress
  2.   Left = 356
  3.   Top = 281
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Check in progress...'
  7.   ClientHeight = 245
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     350
  20.     245)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object img: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 350
  27.     Height = 97
  28.     Align = alTop
  29.     Stretch = True
  30.   end
  31.   object labelInformation: TLabel
  32.     Left = 8
  33.     Top = 226
  34.     Width = 337
  35.     Height = 13
  36.     Alignment = taCenter
  37.     Anchors = [akLeft, akRight, akBottom]
  38.     AutoSize = False
  39.   end
  40.   object labelTimeLeft: TLabel
  41.     Left = 258
  42.     Top = 198
  43.     Width = 87
  44.     Height = 13
  45.     Alignment = taCenter
  46.     Anchors = [akRight, akBottom]
  47.     AutoSize = False
  48.   end
  49.   object labelCount: TLabel
  50.     Tag = 1
  51.     Left = 10
  52.     Top = 198
  53.     Width = 79
  54.     Height = 13
  55.     Alignment = taCenter
  56.     Anchors = [akLeft, akBottom]
  57.     AutoSize = False
  58.   end
  59.   object pg: TProgressBar
  60.     Left = 0
  61.     Top = 97
  62.     Width = 350
  63.     Height = 16
  64.     Align = alTop
  65.     Smooth = True
  66.     TabOrder = 0
  67.   end
  68.   object pgSmall: TProgressBar
  69.     Left = 0
  70.     Top = 113
  71.     Width = 350
  72.     Height = 16
  73.     Align = alTop
  74.     Smooth = True
  75.     TabOrder = 1
  76.     Visible = False
  77.   end
  78.   object panelText: TPanel
  79.     Left = 0
  80.     Top = 129
  81.     Width = 350
  82.     Height = 48
  83.     Align = alTop
  84.     BevelOuter = bvNone
  85.     BorderWidth = 8
  86.     TabOrder = 2
  87.     object labelStandBy: TLabel
  88.       Left = 8
  89.       Top = 8
  90.       Width = 334
  91.       Height = 32
  92.       Align = alClient
  93.       Caption = 
  94.         'Spybot - Search && Destroy is checking your system. Please stand' +
  95.         ' by...'
  96.       WordWrap = True
  97.     end
  98.   end
  99.   object bnStopCheck: TButton
  100.     Left = 100
  101.     Top = 192
  102.     Width = 150
  103.     Height = 25
  104.     Action = formMain.aStopCheck
  105.     Anchors = [akLeft, akRight, akBottom]
  106.     TabOrder = 3
  107.   end
  108. end
  109.